home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SYS / CDSAMPLE / !CDSampler / Supported < prev    next >
Text File  |  1994-03-21  |  828b  |  37 lines

  1. # CDSampler:Supported
  2. #
  3. # This file defines which CD-ROMs are supported
  4. # and which access method to use for them.
  5. #
  6. # The currently defined access methods are
  7. # 0: Sony vendor unique SCSI protoocl
  8. # 1: Toshiba Mode select,Set density method
  9.  
  10. # You can add a new drive if you think it may work with one of the
  11. # given access methods. Simply copy the block of four lines and
  12. # edit the make and name appropriately.
  13. # make and name should be as reported for the drive by *devices
  14.  
  15. # If a * appears at the end of the drive name then name will only
  16. # be checked as far as the *. Otherwise the name must match completely.
  17.  
  18.  
  19. % 0
  20. make:SONY
  21. name:CD-ROM CDU-561
  22. access:0
  23. % 0
  24. make:SONY
  25. name:CD-ROM CDU-8003A
  26. access:0
  27. % 0
  28. make:TOSHIBA
  29. name:CD-ROM XM-3401*
  30. access:1
  31. % 0
  32. make:TOSHIBA
  33. name:CD-ROM XM-4101*
  34. access:1
  35.  
  36. # eof CDSampler:Supported
  37.